home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id007.dxr / 00197.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  305 b   |  19 lines

  1. on exitFrame
  2.   repeat with n = 1 to 30
  3.     set the visible of sprite n to 1
  4.   end repeat
  5.   unLoad(105, 109)
  6.   if the timer < 430 then
  7.     if the loaded of member "robot" = 0 then
  8.       preloadMember("robot")
  9.     end if
  10.     go(the frame)
  11.   else
  12.     go(the frame + 1)
  13.   end if
  14. end
  15.  
  16. on mouseUp
  17.   go(105)
  18. end
  19.